home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TPRINTWHOLETREE / TPRINTWHOLETREE.txt
Encoding:
Text File  |  2002-04-04  |  4.8 KB  |  258 lines

  1. object PrintWholeTree: TPrintWholeTree
  2.   Left = 147
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print Tree'
  6.   ClientHeight = 298
  7.   ClientWidth = 281
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button2: TButton
  23.     Left = 200
  24.     Top = 264
  25.     Width = 75
  26.     Height = 25
  27.     Caption = '&Close'
  28.     TabOrder = 1
  29.     OnClick = Button2Click
  30.   end
  31.   object Button3: TButton
  32.     Left = 120
  33.     Top = 264
  34.     Width = 75
  35.     Height = 25
  36.     Caption = '&Print'
  37.     TabOrder = 0
  38.     OnClick = PrintTree
  39.   end
  40.   object GroupBox2: TGroupBox
  41.     Left = 8
  42.     Top = 16
  43.     Width = 129
  44.     Height = 57
  45.     Caption = ' Orientation '
  46.     TabOrder = 2
  47.     object LS: TRadioButton
  48.       Left = 16
  49.       Top = 32
  50.       Width = 98
  51.       Height = 17
  52.       Caption = 'Landscape'
  53.       Checked = True
  54.       TabOrder = 1
  55.       TabStop = True
  56.     end
  57.     object PT: TRadioButton
  58.       Left = 16
  59.       Top = 16
  60.       Width = 98
  61.       Height = 17
  62.       Caption = 'Portrait'
  63.       TabOrder = 0
  64.     end
  65.   end
  66.   object CheckBox1: TCheckBox
  67.     Left = 8
  68.     Top = 224
  69.     Width = 137
  70.     Height = 17
  71.     Caption = 'Print selected items only'
  72.     Checked = True
  73.     State = cbChecked
  74.     TabOrder = 6
  75.   end
  76.   object Button1: TButton
  77.     Left = 8
  78.     Top = 264
  79.     Width = 75
  80.     Height = 25
  81.     Caption = '&Setup'
  82.     TabOrder = 7
  83.     OnClick = Button1Click
  84.   end
  85.   object GroupBox1: TGroupBox
  86.     Left = 8
  87.     Top = 104
  88.     Width = 265
  89.     Height = 97
  90.     Caption = ' Size '
  91.     TabOrder = 5
  92.     object RadioButton2: TRadioButton
  93.       Left = 8
  94.       Top = 40
  95.       Width = 113
  96.       Height = 17
  97.       Caption = '2 x 2 pages (4)'
  98.       TabOrder = 1
  99.     end
  100.     object RadioButton1: TRadioButton
  101.       Left = 8
  102.       Top = 24
  103.       Width = 113
  104.       Height = 17
  105.       Caption = '1 page'
  106.       Checked = True
  107.       TabOrder = 0
  108.       TabStop = True
  109.     end
  110.     object RadioButton4: TRadioButton
  111.       Left = 8
  112.       Top = 72
  113.       Width = 113
  114.       Height = 17
  115.       Caption = '4 x 4 pages (16)'
  116.       TabOrder = 3
  117.     end
  118.     object RadioButton5: TRadioButton
  119.       Left = 136
  120.       Top = 24
  121.       Width = 113
  122.       Height = 17
  123.       Caption = '5 x 5 pages (25)'
  124.       TabOrder = 4
  125.     end
  126.     object RadioButton6: TRadioButton
  127.       Left = 136
  128.       Top = 40
  129.       Width = 113
  130.       Height = 17
  131.       Caption = '6 x 6 pages (36)'
  132.       TabOrder = 5
  133.     end
  134.     object RadioButton7: TRadioButton
  135.       Left = 136
  136.       Top = 56
  137.       Width = 113
  138.       Height = 17
  139.       Caption = '7 x 7 pages (49)'
  140.       TabOrder = 6
  141.     end
  142.     object RadioButton3: TRadioButton
  143.       Left = 8
  144.       Top = 56
  145.       Width = 113
  146.       Height = 17
  147.       Caption = '3 x 3 pages (9)'
  148.       TabOrder = 2
  149.     end
  150.     object RadioButton8: TRadioButton
  151.       Left = 136
  152.       Top = 72
  153.       Width = 113
  154.       Height = 17
  155.       Caption = '8 x 8 pages (64)'
  156.       TabOrder = 7
  157.     end
  158.   end
  159.   object GroupBox3: TGroupBox
  160.     Left = 144
  161.     Top = 16
  162.     Width = 129
  163.     Height = 57
  164.     Caption = ' Line thickness '
  165.     TabOrder = 3
  166.     object Shape1: TShape
  167.       Left = 56
  168.       Top = 16
  169.       Width = 65
  170.       Height = 33
  171.       Brush.Style = bsClear
  172.     end
  173.     object ComboBox1: TComboBox
  174.       Left = 16
  175.       Top = 22
  176.       Width = 33
  177.       Height = 21
  178.       Style = csDropDownList
  179.       ItemHeight = 13
  180.       TabOrder = 0
  181.       OnChange = ComboBox1Change
  182.       Items.Strings = (
  183.         '1'
  184.         '2'
  185.         '3'
  186.         '4'
  187.         '5')
  188.     end
  189.   end
  190.   object Edit1: TEdit
  191.     Left = 88
  192.     Top = 80
  193.     Width = 145
  194.     Height = 21
  195.     TabStop = False
  196.     Color = clBtnFace
  197.     ReadOnly = True
  198.     TabOrder = 8
  199.     Text = 'Edit1'
  200.   end
  201.   object Edit2: TEdit
  202.     Left = 240
  203.     Top = 80
  204.     Width = 33
  205.     Height = 21
  206.     TabStop = False
  207.     Color = clBtnFace
  208.     ReadOnly = True
  209.     TabOrder = 9
  210.     Text = 'Edit2'
  211.   end
  212.   object Button4: TButton
  213.     Left = 8
  214.     Top = 78
  215.     Width = 75
  216.     Height = 25
  217.     Caption = 'Tree font:'
  218.     TabOrder = 4
  219.     OnClick = Button4Click
  220.   end
  221.   object Panel1: TPanel
  222.     Left = 288
  223.     Top = 8
  224.     Width = 249
  225.     Height = 249
  226.     BevelInner = bvLowered
  227.     BorderWidth = 3
  228.     Caption = 'Preview'
  229.     TabOrder = 10
  230.     object Image1: TImage
  231.       Left = 5
  232.       Top = 5
  233.       Width = 239
  234.       Height = 239
  235.       Align = alClient
  236.     end
  237.   end
  238.   object Button5: TButton
  239.     Left = 288
  240.     Top = 264
  241.     Width = 249
  242.     Height = 25
  243.     Caption = 'Click here for preview'
  244.     TabOrder = 11
  245.     TabStop = False
  246.     OnClick = Button5Click
  247.   end
  248.   object PrinterSetupDialog1: TPrinterSetupDialog
  249.     Left = 184
  250.     Top = 216
  251.   end
  252.   object PrintDialog1: TPrintDialog
  253.     Options = [poPrintToFile]
  254.     Left = 128
  255.     Top = 216
  256.   end
  257. end
  258.